home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / ip_icmp_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-12  |  428 b   |  21 lines

  1. /* Prototypes for functions defined in
  2. ip_icmp.c
  3.  */
  4.  
  5. void icmp_error(struct mbuf * n,
  6.                int type,
  7.                int code,
  8.                struct in_addr dest);
  9.  
  10. void STKARGFUN icmp_input(register struct mbuf * m,
  11.               int hlen);
  12.  
  13. void icmp_reflect(struct mbuf * m);
  14.  
  15. struct in_ifaddr * ifptoia(struct ifnet * ifp);
  16.  
  17. void icmp_send(register struct mbuf * m,
  18.               struct mbuf * opts);
  19.  
  20. n_time iptime(void);
  21.